+2007-02-23 Dom Lachowicz <domlachowicz@gmail.com>
+
+ * modules/engines/ms-windows/msw_style.c: Bug 411118 - bad bevel for
+ progress bar on windows classic. Match from Mathias Hasselmann.
+
2007-02-19 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkinput.c
GtkProgressBar *progress_bar = GTK_PROGRESS_BAR (widget);
XpThemeElement xp_progress_bar =
map_gtk_progress_bar_to_xp (progress_bar, FALSE);
- if (xp_theme_draw
- (window, xp_progress_bar, style, x, y, width, height,
- state_type, area))
+
+ if (xp_theme_draw (window, xp_progress_bar, style, x, y,
+ width, height, state_type, area))
{
return;
}
+
+ shadow_type = GTK_SHADOW_NONE;
}
}
else if (detail && strcmp (detail, "menuitem") == 0)